home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
VirtualCurling.swf
/
scripts
/
DefineButton2_133
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-08
|
123 b
|
8 lines
on(press){
if(_level0.waiting and player_no == 1)
{
in_progress = false;
gotoAndPlay(126);
}
}